okb-directory {
  margin-top: 15px;
  display: block;
}
okb-directory .okb-directory-sort-bar {
  display: flex;
  margin-bottom: 2rem;
}
okb-directory .okb-directory-sort-bar p {
  margin-right: 1rem;
}
:not(#x) okb-directory .okb-directory-back {
  text-decoration: none;
  color: inherit;
  margin-bottom: 2rem;
}

okb-directory h2 {
  margin-top: 0.5rem;
  margin-bottom: 2.2rem;
}
:not(#x) okb-directory .okb-directory-list a {
  display: flex;
  align-items: center;
  padding: 1.4rem 1.7rem;
  border: solid 1px #ccc;
  text-decoration: none;
  color: inherit;
  font-size: 2rem !important;
  font-weight: 700;
  transition: background-color 0.5s ease;
}
:not(#x) okb-directory .okb-directory-list a:not(:first-child) {
  border-top: none;
}
:not(#x) okb-directory .okb-directory-list a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
:not(#x) okb-directory .okb-directory-list a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
:not(#x) okb-directory .okb-directory-list a:nth-child(even) {
  background-color: #f4f4f4;
}
:not(#x) okb-directory .okb-directory-list a:hover {
  background-color: #eee;
}
:not(#x) okb-directory .okb-directory-list a:hover:nth-child(even) {
  background-color: #ddd;
}
:not(#x) okb-directory .okb-directory-list a .okb-directory-logo {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-right: 1.5rem;
}
:not(#x) okb-directory .okb-directory-list a .okb-directory-icon {
  font-size: 3.2rem;
  margin-right: 1.2rem;
  color: #709425;
}
:not(#x) okb-directory .okb-directory-list a .okb-directory-text {
  flex: 1 1 auto;
  margin-right: 1rem;
}
:not(#x) okb-directory .okb-directory-list a .badge {
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px;
  background-color: #709425;
}